home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / gfx / 3d / irit50src.lha / irit5 / include / poly_cln.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-22  |  642 b   |  22 lines

  1. /******************************************************************************
  2. * Poly_cln.c - Clean polygonal data.                          *
  3. *******************************************************************************
  4. * Written by Gershon Elber, June 1993.                          *
  5. ******************************************************************************/
  6.  
  7. #ifndef POLY_CLN_H
  8. #define POLY_CLN_H
  9.  
  10. #if defined(__cplusplus) || defined(c_plusplus)
  11. extern "C" {
  12. #endif
  13.  
  14. void CleanUpPolygonList(IPPolygonStruct **PPolygons);
  15. void CleanUpPolylineList(IPPolygonStruct **PPolylines);
  16.  
  17. #if defined(__cplusplus) || defined(c_plusplus)
  18. }
  19. #endif
  20.  
  21. #endif /* POLY_CLN_H */
  22.